|
From: HAYASHI K. <nul...@cl...> - 2013-01-15 08:05:15
|
HAYASHI Kentaro 2013-01-15 15:54:08 +0900 (Tue, 15 Jan 2013) New Revision: 4867de13c9e7111bb3156e44e7cf844d32c6e9cd https://github.com/clear-code/cutter/commit/4867de13c9e7111bb3156e44e7cf844d32c6e9cd Log: rpm fedora: update entry fixed packaging issues by review https://bugzilla.redhat.com/show_bug.cgi?id=887778#c2 Modified files: packages/rpm/fedora/cutter.spec.in Modified: packages/rpm/fedora/cutter.spec.in (+24 -9) =================================================================== --- packages/rpm/fedora/cutter.spec.in 2013-01-15 14:43:49 +0900 (d2b0714) +++ packages/rpm/fedora/cutter.spec.in 2013-01-15 15:54:08 +0900 (073df4f) @@ -130,15 +130,6 @@ make check LD_LIBRARY_PATH=$(pwd)/cppcutter/.libs:$(pwd)/cutter/.libs:$(pwd)/gdk %dir %{_datadir}/cutter/ui %{_datadir}/cutter/ui/* -%changelog -* Tue Dec 18 2012 HAYASHI Kentaro <ha...@cl...> - 1.2.2-2 -- split libraries and header files into devel package - -* Mon Dec 17 2012 HAYASHI Kentaro <ha...@cl...> - 1.2.2-1 -- fix rpmlint issues -- follow fedora packaging guidelines - -* Mon Oct 29 2012 HAYASHI Kentaro <ha...@cl...> - 1.2.2-0 %files report %defattr(-, root, root, -) %dir %{_libdir}/cutter @@ -148,6 +139,30 @@ make check LD_LIBRARY_PATH=$(pwd)/cppcutter/.libs:$(pwd)/cutter/.libs:$(pwd)/gdk %{_libdir}/cutter/module/factory/report/pdf_factory.so %{_libdir}/cutter/module/report/pdf.so +%changelog +* Tue Jan 15 2013 HAYASHI Kentaro <ha...@cl...> - 1.2.2-3 +- update packages Summary: section. +- change Group: from Development/Tools to Development/Libraries. +- remove needless BuiltRoot: tag. +- add arch-specific macro to Requires: tag. +- remove needless %%clean. +- add license file to %%doc. +- collect manual pages by %%find_lang additional option. +- remove bundled pcre library explicitly. +- fix default doc directory path in manual page. +- split gtk related module into -gui subpackage. +- add %%check section. +- split pdf related module into -report subpackage. +- split gstreamer related module into -gstreamer subpackage. + +* Tue Dec 18 2012 HAYASHI Kentaro <ha...@cl...> - 1.2.2-2 +- split libraries and header files into devel package + +* Mon Dec 17 2012 HAYASHI Kentaro <ha...@cl...> - 1.2.2-1 +- fix rpmlint issues +- follow fedora packaging guidelines + +* Mon Oct 29 2012 HAYASHI Kentaro <ha...@cl...> - 1.2.2-0 - new upstream release. * Wed Aug 15 2012 HAYASHI Kentaro <ha...@cl...> - 1.2.1-0 |