rpms/cwirc/devel cwirc.spec,1.1,1.2 import.log,1.1,1.2

Randy Berry dp67 at fedoraproject.org
Sun Feb 1 00:23:34 UTC 2009


Author: dp67

Update of /cvs/pkgs/rpms/cwirc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25358/devel

Modified Files:
	cwirc.spec import.log 
Log Message:

* Bugfix Fix unowned directories Bug #483335




Index: cwirc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cwirc/devel/cwirc.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cwirc.spec	9 Jan 2009 06:40:02 -0000	1.1
+++ cwirc.spec	1 Feb 2009 00:23:04 -0000	1.2
@@ -1,7 +1,7 @@
 Name:       cwirc
 Summary:    X-Chat Morse plugin
 Version:    2.0.0
-Release:    4%{?dist}
+Release:    5%{?dist}
 
 URL:        http://myspace.voo.be/pcoupard/cwirc/
 Source:     http://myspace.voo.be/pcoupard/cwirc/download/%{name}-%{version}.tar.gz
@@ -21,8 +21,6 @@
 %prep
 %setup -q
 
-
-
 # Fix the encoding on LISEZMOI (French Manual) to be UTF-8
 recode()
 {
@@ -41,15 +39,16 @@
 
 make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" TARGET_OS=LINUX PLUGIN_INSTALL_DIRECTORY=dummy\
      FRONTEND_INSTALL_DIRECTORY=dummy\
-     CWIRC_EXTENSIONS_DIRECTORY=%{_libdir}/cwirc/extensions
+     CWIRC_EXTENSIONS_DIRECTORY=%{_libdir}/%{name}/extensions
      
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir $RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT/%{_libdir}/%{name}
 mkdir -p $RPM_BUILD_ROOT/%{_libdir}/xchat/plugins
 mkdir -p $RPM_BUILD_ROOT/%{_bindir}/
-mkdir -p $RPM_BUILD_ROOT/%{_libdir}/cwirc/extensions
-cp cwirc.so $RPM_BUILD_ROOT/%{_libdir}/xchat/plugins
+mkdir -p $RPM_BUILD_ROOT/%{_libdir}/%{name}/extensions/
+cp %{name}.so $RPM_BUILD_ROOT/%{_libdir}/xchat/plugins/%{name}.so
 cp cwirc_frontend $RPM_BUILD_ROOT/%{_bindir}/
 
 # No need for a .desktop file since it launches from within Xchat
@@ -58,14 +57,19 @@
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root)
-%{_libdir}/xchat/plugins/cwirc.so
-%{_bindir}/cwirc_frontend
-%{_libdir}/cwirc/extensions
+%defattr(-,root,root,-)
 %doc README LISEZMOI Changelog COPYING schematics/cw_oscillator.jpg schematics/rs232_key_connection.jpg
+%{_libdir}/xchat/plugins/%{name}.so
+%{_bindir}/cwirc_frontend
+%dir %{_libdir}/%{name}
+%{_libdir}/%{name}/extensions
+
 
 
 %changelog
+* Fri Jan 30 2009 Randall J. Berry 'Dp67' <randyn3lrx at gmail.com> 2.0.0-5
+- Fix unowned directories Bug #483335
+
 * Sun Sep 28 2008 Randall J. Berry 'Dp67' <randyn3lrx at gmail.com> 2.0.0-4
 - Edit spec per review (added release numbers)
 - Changed coding of LISEZMOI to UTF-8 while preserving original date


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/cwirc/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	9 Jan 2009 06:40:02 -0000	1.1
+++ import.log	1 Feb 2009 00:23:04 -0000	1.2
@@ -1 +1,2 @@
 cwirc-2_0_0-4_fc9:HEAD:cwirc-2.0.0-4.fc9.src.rpm:1231483127
+cwirc-2_0_0-5_fc10:HEAD:cwirc-2.0.0-5.fc10.src.rpm:1233447691




More information about the fedora-extras-commits mailing list