Commit Graph

1564 Commits (e222f213af2917f19ca0f68a822c07f00508a97f)
 

Author SHA1 Message Date
nick black e222f213af
fedora: see if we can't apply the arch fix 4 years ago
nick black 2c4f17bc65
keep a copy of our arch PKGBUILD 4 years ago
nick black 24a9343b0b
prep for 1.2.9 4 years ago
nick black bd226960d9
fedoraspec: just list header directories 4 years ago
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 16fa94eb59
CMake: install python with USE_PYTHON #462 4 years ago
nick black 33e4341a67 tetris: use background from installed path #466 4 years ago
nick black 69b716f7f8 prep for 1.2.8 4 years ago
Nick Black 516b561d2a cmake: unify header installation #465 4 years ago
nick black 50b82648fc
CMakeLists.txt: note nckeys.h as PUBLIC_HEADER 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 3d9d8c0fe1
yank colloquy man page, since it's been extracted 4 years ago
nick black f9c85442cd
poc sgr: purge unused variable 4 years ago
nick black 1d0e2d6fd6
pocs (selector/multiselec) kill unused label 4 years ago
nick black 1ccfd9b962
menu poc: remove unused variable 4 years ago
nick black 7d80e81a27
geom: remove unused variables 4 years ago
nick black c4f4e60b88
fedora: fix path for package signature 4 years ago
nick black 4c9a756630
drop notcurses-keyplot from README 4 years ago
nick black ea7610abee
Merge branch 'master' of github.com:dankamongmen/notcurses 4 years ago
nick black f28ccce12d
s/direct color/TrueColor/g 4 years ago
nick black 114cb1d680 debian: make notcurses-bin safely binNMUable 4 years ago
nick black e005940acf
ncplot: fix unit tests following #457 (#464) 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 be2be9442a
better colors on notcurses-input plot 4 years ago
nick black f08bbf83a7
notcurses-input: join ticker thread on exit 4 years ago
nick black b04a37c433
plots: always start from the right #457 4 years ago
nick black cfdd8c4c5c
plot: remove unused windowbase field 4 years ago
nick black bdfcdf4086
get pydemo working again #459 4 years ago
nick black 9cc185e98a
fedora: USE_TESTS in specfile, not USE_TEST, ugh 4 years ago
nick black 6d366380ed prep for 1.2.6 4 years ago
nick black 039d955cd6
debian: update symbols for 1.2.6 4 years ago
nick black b9462bcda6
drop notcurses-keyplot from specfile 4 years ago
nick black cb7e844db1 unify notcurses-input+notcurses-keyplot #455 4 years ago
nick black c717673458 drop keyplot man page/cmake #455 4 years ago
nick black 2c2da61c72
ncdirect: add relative move functions #419 4 years ago
nick black 3649cd1a92
notcurses_resize(): fix bug, reclaim 10% perf loss 4 years ago
nick black a7e6e83711
notcurses_resize(): purge from public API #367 4 years ago
nick black 78142bcddc Tetris: import version.h for USE_FFMPEG 4 years ago
nick black a54cc6c85f fix rgbbg PoC for scrolling era 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 e276a36264 Merge branch 'master' of github.com:dankamongmen/notcurses 4 years ago
nick black b320c6c0e2 debian: dep notcurses-bin on python3-notcurses 4 years ago