]> git.pld-linux.org Git - packages/fbmodes.git/commitdiff
- added missing dir and deps to subpackages, release 2 fbmodes-1_2_1-2
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 2 Aug 2002 13:31:06 +0000 (13:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fbmodes.spec -> 1.3

fbmodes.spec

index f9705e9be5042318a414f02f097a2809d6e96526..ed05bcdb439d7b2b69dbd4872b51a63a948add32 100644 (file)
@@ -2,13 +2,14 @@ Summary:      XFree86/SVGAlib/FrameBuffer mode lines generator
 Summary(pl):   Generator trybów graficznych dla XFree86/SVGAlib/FrameBuffer
 Name:          fbmodes
 Version:       1.2.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         Base/Utilities
 Source0:       http://oktober.stc.cx/get/src/%{name}-%{version}.tar.bz2
 URL:           http://oktober.stc.cx/source/fbmodes.html
 BuildRequires: autoconf
 BuildRequires: automake
+Requires:      argh = %{version}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -33,7 +34,7 @@ Biblioteka argh.
 %package -n argh-devel
 Summary:       argh library devel files
 Group:         Development/Libraries
-Requires:      argh
+Requires:      argh = %{version}
 
 %description -n argh-devel
 Developement files for argh.
@@ -45,12 +46,13 @@ Pliki potrzebne do pisania program
 Summary:       Static argh library
 Summary(pl):   Statyczna biblioteka argh
 Group:         Development/Libraries
+Requires:      argh-devel = %{version}
 
 %description -n argh-static
 Static argh library.
 
 %description -n argh-static -l pl
-Statyczna biblioteka argh
+Statyczna biblioteka argh.
 
 %prep
 %setup  -q
@@ -81,8 +83,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n argh-devel
 %defattr(644,root,root,755)
-%attr(644,root,root) %{_includedir}/argh/*.h
+%dir %{_includedir}/argh
+%{_includedir}/argh/*.h
 
 %files -n argh-static
 %defattr(644,root,root,755)
-%attr(644,root,root) %{_libdir}/*.a
+%{_libdir}/*.a
This page took 0.207378 seconds and 4 git commands to generate.