]> git.pld-linux.org Git - packages/debrix.git/commitdiff
- md5
authorjpc <jpc@pld-linux.org>
Mon, 28 Jun 2004 00:06:09 +0000 (00:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added subpackage devel
- added patch to fix building (hopefully I haven't forgot anything)

Changed files:
    debrix.spec -> 1.2

debrix.spec

index be5e0d3984b875f9ed906d88197323c904a08ad9..2de998a08e1d72c61939605ecfa6d42be26a8d9c 100644 (file)
@@ -1,4 +1,8 @@
 #
+# TODO:
+# - descriptions and summaries
+# - requires/provides/obsoletes
+#
 %define                snap 20040627
 #
 Summary:       debrix
@@ -10,8 +14,9 @@ Epoch:                0
 License:       ??
 Group:         X11/Xorg
 Source0:       %{name}-snap-%{snap}.tar.bz2
-# Source0-md5: -
+# Source0-md5: 9c7761ae23cecede23fb6fdeec47843d
 # not really debrix URL, but there is no other...
+Patch0:                %{name}-many_fixes.patch
 URL:           http://xserver.freedesktop.org
 BuildRequires: autoconf
 BuildRequires: automake
@@ -40,8 +45,19 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description -l pl
 
+%package devel
+Summary:       debrix headers
+Summary(pl):   Pliki nagłowkowe debrix
+Group:         X11/Development/Libraries
+Requires:       %{name} = %{epoch}:%{version}-%{release}
+
+%description devel
+
+%description devel -l pl
+
 %prep
 %setup -q -n %{name}
+%patch0 -p0
 
 %build
 %{__aclocal}
This page took 0.081326 seconds and 4 git commands to generate.