]> git.pld-linux.org Git - packages/emoticons.git/commitdiff
- I just have to do something stupid
authorsparky <sparky@pld-linux.org>
Tue, 4 May 2010 19:15:04 +0000 (19:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    emoticons.spec -> 1.5.2.1

emoticons.spec

index 8da6ef10dc4c0ca8f051ffd33a989af2dbc66415..1f5c31fd70c7a2b5b9e095017cc3a45eba441c14 100644 (file)
@@ -1,74 +1,28 @@
-Summary:       EmotIcons
-Summary(pl.UTF-8):     EmotIkonki
+Summary:       Emo tIcons
+Summary(pl.UTF-8):     Emo tIkonki
 Name:          emoticons
-Version:       0.1
-Release:       0.1
-License:       GPL (?)
+Version:       0
+Release:       0
+License:       Public Domain
 Group:         Applications/Communications
-Source0:       %{name}-gg-031212.tgz
-URL:           http://www.gadu.gnu.pl/
-BuildRequires: ImageMagick-coder-png
-BuildRequires: iconv
+URL:           http://żal.pl/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-EmoteIcons.
+Emo teIcons.
 
 %description -l pl.UTF-8
-EmotIkonki.
-
-%package kopete-gg
-Summary:       Gadu-Gadu emoticons for kopete
-Summary(pl.UTF-8):     Emotikonki Gadu-Gadu dla kopete
-Group:         X11/Applications/Networking
-Requires:      kdenetwork-kopete
-
-%description kopete-gg
-Gadu-Gadu emoticons for kopete.
-
-%description kopete-gg -l pl.UTF-8
-Emotikonki Gadu-Gadu dla kopete.
+Emo tIkonki.
 
 %prep
-%setup -qc
-
-%build
-%{__cc} %{rpmldflags} %{rpmcflags} -o conv conv.c
-
-rm -rf out; mkdir out
-# oryginal emots/2/emots.txt have some errors :(
-cat emots/2/emots.txt | \
-    sed 's/<soczek>,/<soczek>"/' | \
-    sed 's:("<marzyciel>","oczy.gif"):"<marzyciel>","oczy.gif":' \
-    > emots/2/emotsnew.txt
-rm -f emots/2/emots.txt
-
-FILES=`find emots -type f -iname "*.txt"`
-cat $FILES > emots.txt
+%if "%{_lib}" == "lib64"
+REASON="alone"
+%else
+REASON="sad"
+%endif
+echo "Executing(%%because_i'm_$REASON): "
 
-echo -e -n "<?xml version=\"1.0\"?>\n<messaging-emoticon-map>\n\n" > emoticons.xml.tmp
-./conv emots.txt >> emoticons.xml.tmp
-echo -e -n "</messaging-emoticon-map>\n" >> emoticons.xml.tmp
-
-cat emoticons.xml.tmp | iconv -f cp1250 -t utf-8 > out/emoticons.xml
-FILES=`find emots -type f -iname "*.gif"`
-for FILE in $FILES
-do
-    F=`basename $FILE | tr '[:upper:]' '[:lower:]'`
-    cp $FILE out/$F
-done
-convert out/wesoly_na.gif out/smile.png
-rm -f out/*_na.*
-
-%install
-rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_datadir}/apps/kopete/pics/emoticons/Gadu-Gadu
-
-cp out/* $RPM_BUILD_ROOT%{_datadir}/apps/kopete/pics/emoticons/Gadu-Gadu
+exit 1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
-
-%files kopete-gg
-%defattr(644,root,root,755)
-%{_datadir}/apps/kopete/pics/emoticons/Gadu-Gadu
This page took 0.068547 seconds and 4 git commands to generate.