Blame ascii-design.spec

93dacb6
Name:           ascii-design
Fabio Alessandro Locati f210192
Version:        1.1.1
f74e00a
Release:        5%{?dist}
93dacb6
Summary:        A tool to create ascii arts
93dacb6
License:        GPLv2
7bc0ecb
URL:            https://github.com/Faster3ck/Ascii-Design
7bc0ecb
Source0:        %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
1a82611
BuildRequires:  cmake
93dacb6
BuildRequires:  desktop-file-utils
9941b8e
BuildRequires:  qt4-devel
Fabio Alessandro Locati 6a4bab9
BuildRequires:  libappstream-glib
93dacb6
Requires:       figlet
Christopher Meng fa38936
Christopher Meng fa38936
%description
Christopher Meng fa38936
Ascii Design is a free program based on figlet engine that enables you to 
Christopher Meng fa38936
create awesome ascii art text. You can create art based text for many types 
Christopher Meng fa38936
of decorations for web sites, e-mail, text files etc...
93dacb6
Christopher Meng fa38936
Ascii Design is also able to use dozens of special fonts to create various 
Christopher Meng fa38936
styles of ascii arts.
Christopher Meng fa38936
Christopher Meng fa38936
%prep
1bd3c8d
%setup -q
Fabio Alessandro Locati 6a4bab9
# This is a workaround waiting for https://github.com/Faster3ck/Ascii-Design/pull/7 to be merged
9941b8e
sed -i 's/\r$//' COPYING.TXT
Christopher Meng fa38936
Christopher Meng fa38936
%build
9941b8e
# Using Qt4 for a while
559ad28
mkdir build && cd build
1a82611
%cmake ..
Christopher Meng fa38936
make %{?_smp_mflags}
Christopher Meng fa38936
Christopher Meng fa38936
%install
2f2839a
%make_install -C build
Christopher Meng fa38936
9941b8e
%check
1a82611
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
Fabio Alessandro Locati 394d06c
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
Christopher Meng fa38936
Christopher Meng fa38936
%files
Fabio Alessandro Locati 2620004
%{!?_licensedir:%global license %doc}
Fabio Alessandro Locati 2620004
%license COPYING.TXT
Fabio Alessandro Locati 2620004
%doc README.md
Christopher Meng fa38936
%{_bindir}/%{name}
Fabio Alessandro Locati eed95ad
%{_datadir}/appdata/%{name}.appdata.xml
Christopher Meng fa38936
%{_datadir}/applications/%{name}.desktop
Christopher Meng fa38936
%{_datadir}/pixmaps/%{name}.png
Christopher Meng fa38936
Christopher Meng fa38936
%changelog
f74e00a
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-5
f74e00a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
f74e00a
1b4f980
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-4
1b4f980
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
1b4f980
e7dfd40
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-3
e7dfd40
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
e7dfd40
6e7a6d6
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2
6e7a6d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
6e7a6d6
7bc0ecb
* Sat May 28 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 1.1.1-1
Fabio Alessandro Locati f210192
- Update to 1.1.1
Fabio Alessandro Locati f210192
d5dc33e
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-5
d5dc33e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
d5dc33e
29e130f
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-4
29e130f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
29e130f
03c53fc
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.1.0-3
03c53fc
- Rebuilt for GCC 5 C++11 ABI change
03c53fc
dcc4403
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-2
dcc4403
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
dcc4403
1bd3c8d
* Fri Jun 20 2014 Christopher Meng <rpm@cicku.me> - 1.1.0-1
1bd3c8d
- Update to 1.1.0
1bd3c8d
b0de7ce
* Fri Jan 24 2014 Christopher Meng <rpm@cicku.me> - 1.0.2-1
4891bcc
- Use proper compiler flags to build.
4891bcc
Christopher Meng c148065
* Thu Jul 25 2013 Christopher Meng <rpm@cicku.me> - 1.0.2-1
9941b8e
- Update to 1.0.2
Christopher Meng c148065
Christopher Meng fa38936
* Sat May 18 2013 Christopher Meng <rpm@cicku.me> - 1.0.1-2
Christopher Meng fa38936
- Small fix.
Christopher Meng fa38936
Christopher Meng fa38936
* Thu May 02 2013 Christopher Meng <rpm@cicku.me> - 1.0.1-1
Christopher Meng fa38936
- Initial Package.