rpms/svxlink/devel svxlink.spec,1.9,1.10

Lucian Langa lucilanga at fedoraproject.org
Thu Jul 8 14:54:33 UTC 2010


Author: lucilanga

Update of /cvs/pkgs/rpms/svxlink/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv494

Modified Files:
	svxlink.spec 
Log Message:
add COPYRIGHT license file


Index: svxlink.spec
===================================================================
RCS file: /cvs/pkgs/rpms/svxlink/devel/svxlink.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- svxlink.spec	14 Feb 2010 18:48:49 -0000	1.9
+++ svxlink.spec	8 Jul 2010 14:54:33 -0000	1.10
@@ -1,7 +1,7 @@
 %define main_version 090426
 Name:		svxlink
 Version:	%{main_version}
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Repeater controller and EchoLink (simplex or repeater)
 
 Group:		Applications/Internet
@@ -170,7 +170,7 @@ if [ $1 = 0 ]; then
   /sbin/chkconfig --del svxlink
 fi
 
-%postun -n svxlink-server 
+%postun -n svxlink-server
 if [ "$1" -ge "1" ] ; then
  /sbin/service svxlink condrestart >/dev/null 2>&1 || :
 fi
@@ -181,7 +181,7 @@ rm -rf %{buildroot}
 
 %files -n libasync
 %defattr(-,root,root,-)
-%doc async/ChangeLog
+%doc COPYRIGHT async/ChangeLog
 %defattr(755,root,root)
 %{_libdir}/libasync*.so.*
 %{_libdir}/libasync*.*.so
@@ -199,7 +199,7 @@ rm -rf %{buildroot}
 
 %files -n echolib
 %defattr(-,root,root,-)
-%doc echolib/ChangeLog
+%doc COPYRIGHT echolib/ChangeLog
 %defattr(755,root,root)
 %{_libdir}/libecholib*.so.*
 %{_libdir}/libecholib*.*.so
@@ -213,7 +213,7 @@ rm -rf %{buildroot}
 
 %files -n qtel
 %defattr(-,root,root,-)
-%doc qtel/ChangeLog
+%doc COPYRIGHT qtel/ChangeLog
 %{_bindir}/qtel
 %{_datadir}/qtel
 %{_datadir}/icons/link.xpm
@@ -221,7 +221,7 @@ rm -rf %{buildroot}
 
 %files -n svxlink-server
 %defattr(-,root,root,-)
-%doc svxlink/ChangeLog
+%doc COPYRIGHT svxlink/ChangeLog
 %{_bindir}/svxlink
 %{_bindir}/remotetrx
 %{_bindir}/siglevdetcal
@@ -250,6 +250,9 @@ rm -rf %{buildroot}
 %ghost /var/log/*
 
 %changelog
+* Thu Jul 08 2010 Lucian Langa <cooly at gnome.eu.org> - 090426-5
+- add COPYRIGHT license file
+
 * Sun Feb 14 2010 Lucian Langa <cooly at gnome.eu.org> - 090426-4
 - -fix implicit dso linking (#564753)
 



More information about the scm-commits mailing list