diff options
-rw-r--r-- | chromium/chromium/chromium.spec | 8 | ||||
-rw-r--r-- | guix/emacs-geiser/emacs-geiser.spec | 8 | ||||
-rw-r--r-- | guix/guix/guix.spec | 8 | ||||
-rw-r--r-- | lilyterm-gtk3/lilyterm-gtk3/lilyterm-gtk3.spec | 8 | ||||
-rw-r--r-- | qelly/qelly/qelly.spec | 8 | ||||
-rw-r--r-- | tcc/tcc/tcc.spec | 8 |
6 files changed, 36 insertions, 12 deletions
diff --git a/chromium/chromium/chromium.spec b/chromium/chromium/chromium.spec index 64333a9..5ad12a2 100644 --- a/chromium/chromium/chromium.spec +++ b/chromium/chromium/chromium.spec @@ -8,7 +8,7 @@ Name: chromium Version: 42.0.2311.135 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An open-source project that aims to build a safer, faster, and more stable browser Group: Applications/Internet @@ -194,11 +194,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{chromiumdir}/snapshot_blob.bin %{chromiumdir}/*.pak %{chromiumdir}/locales/*.pak -%doc LICENSE AUTHORS +%license LICENSE +%doc AUTHORS %changelog +* Sun May 17 2015 - Ting-Wei Lan <lantw44@gmail.com> - 42.0.2311.135-2 +- Use license marco to install the license file + * Wed Apr 29 2015 - Ting-Wei Lan <lantw44@gmail.com> - 42.0.2311.135-1 - Update to 42.0.2311.135 diff --git a/guix/emacs-geiser/emacs-geiser.spec b/guix/emacs-geiser/emacs-geiser.spec index 0660b68..4dc13e2 100644 --- a/guix/emacs-geiser/emacs-geiser.spec +++ b/guix/emacs-geiser/emacs-geiser.spec @@ -3,7 +3,7 @@ Name: emacs-%{pkg} Version: 0.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Geiser is an Emacs environment to hack and have fun in Scheme. License: BSD @@ -55,7 +55,8 @@ fi %files -%doc AUTHORS ChangeLog COPYING NEWS README THANKS +%license COPYING +%doc AUTHORS ChangeLog NEWS README THANKS %{_bindir}/geiser-racket %{_infodir}/geiser.info.gz %{_datadir}/geiser/chicken/geiser/emacs.scm @@ -90,6 +91,9 @@ fi %changelog +* Sun May 17 2015 Ting-Wei Lan <lantw44@gmail.com> - 0.7-2 +- Use license marco to install the license file + * Fri Mar 20 2015 Ting-Wei Lan <lantw44@gmail.com> - 0.7-1 - Rebuilt for Fedora 22 and 23 - Update to 0.7 diff --git a/guix/guix/guix.spec b/guix/guix/guix.spec index 3605b24..a2bb7a8 100644 --- a/guix/guix/guix.spec +++ b/guix/guix/guix.spec @@ -1,6 +1,6 @@ Name: guix Version: 0.8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: a purely functional package manager for the GNU system Group: System Environment/Base @@ -98,7 +98,8 @@ if [ "$1" = 0 ]; then fi %files -f guix.lang -f guix-packages.lang -%doc AUTHORS ChangeLog COPYING NEWS README ROADMAP THANKS TODO +%license COPYING +%doc AUTHORS ChangeLog NEWS README ROADMAP THANKS TODO %{_bindir}/guix %{_bindir}/guix-daemon %{_sbindir}/guix-register @@ -181,6 +182,9 @@ fi %{_emacs_sitelispdir}/guix*.el %changelog +* Sun May 17 2015 Ting-Wei Lan <lantw44@gmail.com> - 0.8.2-2 +- Use license marco to install the license file + * Fri May 15 2015 Ting-Wei Lan <lantw44@gmail.com> - 0.8.2-1 - Update to 0.8.2 - Add a %check section to run the test diff --git a/lilyterm-gtk3/lilyterm-gtk3/lilyterm-gtk3.spec b/lilyterm-gtk3/lilyterm-gtk3/lilyterm-gtk3.spec index f0cda73..f37cfae 100644 --- a/lilyterm-gtk3/lilyterm-gtk3/lilyterm-gtk3.spec +++ b/lilyterm-gtk3/lilyterm-gtk3/lilyterm-gtk3.spec @@ -3,7 +3,7 @@ Name: lilyterm-gtk3 Version: 0.9.9.5 -Release: 0.2.20150208git%{shortcommit}%{?dist} +Release: 0.3.20150208git%{shortcommit}%{?dist} Summary: Light and easy to use X Terminal Emulator (Copr: lantw44/lilyterm-gtk3) Group: User Interface/X @@ -73,7 +73,8 @@ rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING README TODO +%license COPYING +%doc AUTHORS ChangeLog README TODO %config(noreplace) %{_sysconfdir}/%{name}.conf %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop @@ -82,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun May 17 2015 Ting-Wei Lan <lantw44@gmail.com> - 0.9.9.5-0.3.20150208gitf600c08 +- Use license marco to install the license file + * Sun Apr 12 2015 Ting-Wei Lan <lantw44@gmail.com> - 0.9.9.5-0.2.20150208gitf600c08 - Fix the wrong Copr description diff --git a/qelly/qelly/qelly.spec b/qelly/qelly/qelly.spec index 8756829..df02096 100644 --- a/qelly/qelly/qelly.spec +++ b/qelly/qelly/qelly.spec @@ -1,6 +1,6 @@ Name: qelly Version: 1.0 -Release: 0.2.beta%{?dist} +Release: 0.3.beta%{?dist} Summary: Qelly is a Qt port of Nally %global real_name Qelly @@ -37,9 +37,13 @@ install -m 755 "bin/Qelly" "%{buildroot}/usr/bin" %files %defattr(-,root,root,-) %{_bindir}/Qelly -%doc AUTHORS CHANGES LICENSE README.md +%license LICENSE +%doc AUTHORS CHANGES README.md %changelog +* Sun May 17 2015 Ting-Wei Lan <lantw44@gmail.com> - 1.0-0.3.beta +- Use license marco to install the license file + * Fri Mar 20 2015 Ting-Wei Lan <lantw44@gmail.com> - 1.0-0.2.beta - Rebuilt for Fedora 22 and 23 diff --git a/tcc/tcc/tcc.spec b/tcc/tcc/tcc.spec index e368603..e1af135 100644 --- a/tcc/tcc/tcc.spec +++ b/tcc/tcc/tcc.spec @@ -12,7 +12,7 @@ Name: %{pkg_fullname} Version: 0.9.26 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Tiny C Compiler Group: Development/Languages @@ -79,9 +79,13 @@ fi %{_libdir}/tcc/win32/lib/*.def %{_mandir}/man1/tcc.1.gz %{_infodir}/tcc-doc.info.gz -%doc Changelog COPYING README TODO VERSION tcc-doc.html +%license COPYING +%doc Changelog README TODO VERSION tcc-doc.html %changelog +* Sun May 17 2015 Ting-Wei Lan <lantw44@gmail.com> - 0.9.26-6 +- Use license marco to install the license file + * Fri Mar 20 2015 Ting-Wei Lan <lantw44@gmail.com> - 0.9.26-5 - Rebuilt for Fedora 22 and 23 |