rpms/kyum/FC-4 kyum.spec,1.3,1.4

Matthias Saou (thias) fedora-extras-commits at redhat.com
Fri Jul 8 18:29:53 UTC 2005


Author: thias

Update of /cvs/extras/rpms/kyum/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5719/kyum/FC-4

Modified Files:
	kyum.spec 
Log Message:
Change dist to not be mandatory in FC-4 branch, and remove trailing spaces.



Index: kyum.spec
===================================================================
RCS file: /cvs/extras/rpms/kyum/FC-4/kyum.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kyum.spec	16 Jun 2005 15:38:16 -0000	1.3
+++ kyum.spec	8 Jul 2005 18:29:51 -0000	1.4
@@ -1,16 +1,16 @@
 Name:    kyum
 Version: 0.7.1
-Release: 2%{dist}
+Release: 2%{?dist}
 
 Summary: Graphical User Frontend (GUI) for yum
 
 License: GPL
 Group:   Applications/System
 URL:     http://kde-apps.org/content/show.php?content=22185
-Source:	 http://www-users.rwth-aachen.de/Steffen.Offermann/Download/%{name}-%{version}.tar.gz
+Source:  http://www-users.rwth-aachen.de/Steffen.Offermann/Download/%{name}-%{version}.tar.gz
 Patch1:  kyum-0.6.3-workaround-missing-libfam.la.patch
 
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires: yum >= 2.2.0
 Requires: kdebase >= 6:3.3
@@ -31,15 +31,15 @@
 
 %build
 [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
- 
+
 make -f Makefile.cvs
-%configure --disable-rpath 
+%configure --disable-rpath
 make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%makeinstall 
+%makeinstall
 
 # mkdir -p $RPM_BUILD_ROOT%{_datadir}/applnk/Utilities
 desktop-file-install --delete-original \
@@ -50,7 +50,7 @@
   --add-category Application                     \
   --add-category SystemSetup                     \
   $RPM_BUILD_ROOT%{_datadir}/app*/*/%{name}.desktop
- 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -113,7 +113,7 @@
 
 - release version 0.5.3
  - Fix: "Remove" operation was accidently disabled in the source.
- 
+
  - Added support for the yum command "generate-rss" (although this
    yum command is probably rather useful in a nightly batch mode).
 
@@ -122,7 +122,7 @@
 - release version 0.5.2
  - When an old-format yum.conf, that contains repository definitions,
    is loaded, kyum offers to move them to a *.repo file (kyum.repo).
-   
+
  - The "Import GPG Key" dialog now uses the value "gpgkey" from the
    repository definition, if present.
 
@@ -139,7 +139,7 @@
  - Replaced QFileDialog with KFileDialog.
 
  - Output window now uses monospaced font (Courier).
- 
+
  - When an item is focused in the package list, all columns are selected.
 
 * Sat Apr 09 2005 Roland Wolters <rolandwolters at web.de>
@@ -147,17 +147,17 @@
 - release version 0.4.2:
   - Fix: Repos loaded from profiles where always put in kyum.repo instead
          of restoring the *.repo they were originally defined in.
-         
+
 * Sat Apr 09 2005 Steffen Offermann <steffen_ac at yahoo.com>
 
 - release version 0.4.1:
-  - Added profile support: Different sets of repository/yum.conf configurations 
-                            can be saved to and loaded from profiles. 
-  - Reordered tabs in main window. 
-  - Search dialog: Added option "Find and Install". 
-  - Added option "Import GPG Key" to the repository context menu. 
-  - Running actions can now be aborted. 
-  - Support for yum's "clean" command added. 
+  - Added profile support: Different sets of repository/yum.conf configurations
+                            can be saved to and loaded from profiles.
+  - Reordered tabs in main window.
+  - Search dialog: Added option "Find and Install".
+  - Added option "Import GPG Key" to the repository context menu.
+  - Running actions can now be aborted.
+  - Support for yum's "clean" command added.
 
 * Thu Mar 31 2005 Steffen Offermann <steffen_ac at yahoo.com>
 




More information about the scm-commits mailing list