Commit Graph

236 Commits (master)

Author SHA1 Message Date
nick black 4a56b7935f
rpmspec: s/srcname/name/g 4 years ago
nick black 5008f3513f
rpmspec: strip quotation marks 4 years ago
nick black c6494382d9
Fedora specfile: list directories, use wildcards 4 years ago
nick black 8fdf3d393a
Fedora specfile: Incorporate A Iwicki's feedback
Split out the python demo and wrappers into their own package,
python3-notcurses. Make an archful dependency for the devel
package to the main library. Comment up test disabling.
4 years ago
nick black 606cea4897
fedora: add egg-info to spec file #462 4 years ago
nick black edf1bddea3
fedora: move binaries and S1 man pages to main rpm #467 4 years ago
nick black 69b716f7f8 prep for 1.2.8 4 years ago
nick black 9577c4afa0
fedora: add ncpp include files to package 4 years ago
nick black 0ecd69ce26
fedora: fix specfile notcurses-tetris.1.gz path 4 years ago
nick black 9a202b558e
remove colloquy from specfile, README 4 years ago
nick black c4f4e60b88
fedora: fix path for package signature 4 years ago
nick black f28ccce12d
s/direct color/TrueColor/g 4 years ago
nick black 89809d5b59 prep for 1.2.7 4 years ago
David Cantrell 6123b789dd Change notcurses.spec to follow Fedora Packaging Policy
More or less.  Here's a list of things I changed:
* Single line BuildRequires which is more of a convention than a
  requirement.
* Drop make from BuildRequires.  That's one we do actually provide.
* Use pkgconfig(ncurses) to get the ncurses-devel BuildRequires.
* Add a 'devel' subject and move development files there.
* Add a 'static' package for the .a libraries which is common
  for other packages that provide static libraries.
* Add doc files using %doc
* -DUSE_TEST=off -> -DUSE_TESTS=off
* Use %autosetup in %setup which covers adding patches in the future
  for downstream packaging.
* Use path macros in %files
* Correct the date format in the %changelog entry
* Use the 1.2.6 release as an example

Things that could use more consideration:
* The release artifacts don't match what GitHub provides.  Their
  automated download link gives you notcurses-1.2.6.tar.gz but the URL
  calls it v1.2.6.tar.gz.
* There is no signature file uploaded.
* notcurses-tester and notcurses-viewer do not build.
* Should the demo programs go in the main package or devel.  I felt
  devel was more appropriate.
* Should the packaging be further refined to split out the C++ runtime
  and static libraries to separate subpackages?

I did some local test runs using mock.  I ran the SRPM through rpmlint
which would happen when the package is submitted for inclusion.

For the download archive and signature, I create new release posts on
my github projects and create a separate tarball and sign that and
upload them there.  It is separate from the GitHub automated
make-me-a-tarball download link.  That might be what you're planning
on doing.
4 years ago
nick black 9cc185e98a
fedora: USE_TESTS in specfile, not USE_TEST, ugh 4 years ago
nick black b9462bcda6
drop notcurses-keyplot from specfile 4 years ago
Nick Black c2a645e9af
Rust wrapper work (#454)
* packaging: s/libtinfo/Terminfo/g
* rust: add stddim_yx()
* rust: check for valid init in unit tests
* rust: serialize up tests
* constify notcurses_term_dim_yx()
* rust: add dim wrappers
* remove notcurses_resize() from public API #367
* call notcurses_resize() from notcurses_refresh() #367
4 years ago
Nick Black d66549d362
Prep for Fedora packaging (#452)
* jungle demo should be available outside of DFSG builds
* libav: blitters don't need FFMpeg
* CMake: threads independent of ffmpeg
* CMake: add USE_TESTS option to disable tests #450
* tetris: work without ffmpeg
* fedora: flesh out specfile #328
* menu poc: don't use ffmpeg at all
* compile PoCs with binary/include
* multiselect PoC: work without ffmpeg
4 years ago
nick black 3f493691d0
Debian: pass USE_PYTHON=off to cmake #363 4 years ago
nick black 3483f019e3
NOTCURSES_SHARE: purely a C thing now #363 4 years ago
Nick Black e6637e81cc
Prep for serious rusting #101 (#354)
* CMake: add USE_PANDOC, USE_DOXYGEN options #101
* README: mention rust
* start integrating rust into build #101
* CMake: add USE_NETWORK option for cargo
* Debian: build-dep on doxygen
* rust: colloquy checks in Cargo.lock
* extract NCKEY defines into their own include
* colloquy: use clap to parse CLI args
* CMake: unify option namespace
* Python: update include path
* Rust: fix up --frozen workings for -DUSE_NETWORK=off
* CMake: abstract out colloquy a little
* Sync direct.hh to the New Way
4 years ago
nick black 124004c87c add nplane_polyfill_yx() #340 4 years ago
nick black 36440ee278
python: sync ncselector declarations 4 years ago
nick black d8c42d4d1e
ncmenu_selected() fills in an ncinput #333 4 years ago
nick black 013e453e70
sync up setup.py 4 years ago
nick black 53df21b977
python: run sdist in build process 4 years ago
nick black 64e5840d34 Debian: pass -DDFSG_BUILD to CMake #316 4 years ago
Marek Habersack 75a90461dd Add C++ bindings 4 years ago
nick black 1be4025289
CMake: true fix for #208, use NOTCURSES_SHARE 4 years ago
nick black a170e4334a
cmake: write install prefix #208 4 years ago
nick black fabbb96cb5
pull weird whitespace from pkgconfig input 4 years ago
nick black cb2bf16a73 support building sans ffmpeg #153 5 years ago
nick black 17d7d8a8c5
release guide 5 years ago
nick black 0c8f54d728 test video 5 years ago
nick black f20e8fde4b add notcurses_image_open() #23 5 years ago
nick black 70df86ba17
version string, notcurses_version() 5 years ago