]> git.pld-linux.org Git - packages/wterm.git/commitdiff
- removed ac/am bsyste macros (this apps has a screwed buildsystem)
authordjurban <djurban@pld-linux.org>
Mon, 13 Oct 2003 18:41:01 +0000 (18:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- create rpmbuildroot
- use %configure2_13
- fixed changelog
- removed %files stuff
- gaus please do rpmbuild -bi wterm.spec

Changed files:
    wterm.spec -> 1.2

wterm.spec

index efeb2646371db23be1876d7e3ba17df2c721df13..f30802f707a8ab86588b955f9ba01440295046bf 100644 (file)
@@ -20,15 +20,10 @@ interesujacych funkcji jak bardzo szybkie przezroczyste tlo czy przezroczysty
 pasek przewijania typu  NeXT.
 
 %prep
-%setup -q -n %{name}-%{version}.orig -a 1
+%setup -q 
 
 %build
-%{__gettextize}
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-%{__automake}
-%configure \
+%configure2_13 \
        --enable-transparency \
        --enable-next-scroll \
        --enable-ttygid \
@@ -38,8 +33,7 @@ pasek przewijania typu  NeXT.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-# create directories if necessary
-#install -d $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -49,28 +43,3 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-#%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
-#%attr(755,root,root) %{_bindir}/*
-#%{_datadir}/%{name}
-
-#%define date  %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
-%changelog
-* %{date} PLD Team <feedback@pld-linux.org>
-All persons listed below can be reached at <cvs_login>@pld-linux.org
-
-$Log: wterm.spec,v $
-Revision 1.1  2003-10-13 18:29:17  gausus
-- Initiale release of wterm
-
-Revision 1.26  2003/08/04 19:06:42  qboosh
-- "rm missing" is not necessary in general, so don't propagate it everywhere
-
-Revision 1.25  2003/07/30 17:18:42  qboosh
-- Requires are placed after Requires()
-
-Revision 1.24  2003/07/28 12:40:47  qboosh
-- added more common filenames to doc (easier to remove than to add...
-  and now it's harder to forget about updating doc section)
-
-Revision 1.23  2003/07/13 13:29:45  deejay1
-- inspired by ...., cut off changelog
This page took 0.059383 seconds and 4 git commands to generate.