]> git.pld-linux.org Git - projects/template-specs.git/blobdiff - kdepackage.spec
pecl: add example how to make failed tests as XFAIL
[projects/template-specs.git] / kdepackage.spec
index 61b4f7103c7a7daaa4f70a92fd5ed16cc35bd7b3..311b49854d43a4258eb3f6e37166b09c0854eb61 100644 (file)
@@ -1,33 +1,31 @@
-Summary:       
-Summary(pl):   
-Name:          
-Version:       
-Release:       1
+Summary:       -
+Summary(pl.UTF-8):     -
+Name:          -
+Version:       -
+Release:       0.1
 License:       CHECK FIRST!
-Group:         
-Source0:       
-# Source0-md5: 
-URL:           
+Group:         X11/Applications/...
+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
+%description -l pl.UTF-8
+
 %prep
-#setup -q -n %{name}
 %setup -q
 
 %build
+# update config.sub for amd64
 cp -f /usr/share/automake/config.sub admin
-export UNSERMAKE=/usr/share/unsermake/unsermake
+# or rebuild auto*
 %{__make} -f admin/Makefile.common cvs
-
 %configure \
 %if "%{_lib}" == "lib64"
        --enable-libsuffix=64 \
@@ -55,7 +53,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
 %{_pixmapsdir}/*
-%{_desktopdir}/*
+%{_desktopdir}/*.desktop
 %{_iconsdir}/*/*/apps/%{name}.png
 %{_datadir}/mimelnk/application/*
 %{_datadir}/apps/%{name}
This page took 0.05717 seconds and 4 git commands to generate.