]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- unsermake is deprecated; adapter
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 7 Nov 2006 21:31:39 +0000 (21:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kdepackage.spec -> 1.17

kdepackage.spec

index a7ad6e19c5b34514a6bc62caeb74b311e55c5098..0ceca33181556220781e908ef91d0ced6b7dc6f6 100644 (file)
@@ -1,33 +1,31 @@
-Summary:       
-Summary(pl):   
-Name:          
-Version:       
-Release:       1
+Summary:       -
+Summary(pl):   -
+Name:          -
+Version:       -
+Release:       0.1
 License:       CHECK FIRST!
-Group:         group
-Source0:       
-# Source0-md5: 
-URL:           
+Group:         -
+Source0:       %{name}
+# Source0-md5: -
+URL:           -
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: kdelibs-devel >= 9:3.2.0
 BuildRequires: rpmbuild(macros) >= 1.129
-#BuildRequires:        unsermake >= 040805
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 
 %description -l pl
+
 %prep
-#%setup -q -n %{name}
 %setup -q
 
 %build
+# update config.sub for amd64
 cp -f /usr/share/automake/config.sub admin
-#export PATH=/usr/share/unsermake:$PATH
+# or rebuild auto*
 %{__make} -f admin/Makefile.common cvs
-
 %configure \
 %if "%{_lib}" == "lib64"
        --enable-libsuffix=64 \
This page took 1.009065 seconds and 4 git commands to generate.